diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-06-07 16:33:38 +0900 |
| commit | aa7beb9d88ece969103b86063cd7559fb293b6c2 (patch) | |
| tree | 7bcd4a119182162dd0be64ee2f2e26c34a9c0a80 /config/waybar/style/[Colorful] Aurora.css | |
| parent | 25259738a8159702c011bae694f5ee728db10249 (diff) | |
Waybar CSS styles clean up
Added Kill active window
Diffstat (limited to 'config/waybar/style/[Colorful] Aurora.css')
| -rw-r--r-- | config/waybar/style/[Colorful] Aurora.css | 42 |
1 files changed, 11 insertions, 31 deletions
diff --git a/config/waybar/style/[Colorful] Aurora.css b/config/waybar/style/[Colorful] Aurora.css index f6d4af5f..55dffc62 100644 --- a/config/waybar/style/[Colorful] Aurora.css +++ b/config/waybar/style/[Colorful] Aurora.css @@ -9,16 +9,12 @@ font-size: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } -window#waybar { - background: transparent; -} - -window#waybar.empty { - background-color: transparent; -} - +window#waybar, +window#waybar.empty, window#waybar.empty #window { - background-color: transparent; + background-color: transparent; + padding: 0px; + border: 0px; } tooltip { @@ -51,8 +47,9 @@ tooltip label{ padding-left: 4px; } /*-----modules indv----*/ +#taskbar button, #workspaces button { - color: black; + color: grey; box-shadow: none; text-shadow: none; padding: 0px; @@ -62,17 +59,18 @@ tooltip label{ animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } +#taskbar button:hover, #workspaces button:hover { - color: grey; + color: black; background-color: rgba(0,153,153,0.2); padding-left: 2px; padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } - +#taskbar button.active, #workspaces button.active { - color: grey; + color: black; padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -181,24 +179,6 @@ tooltip label{ animation-direction: alternate; } -#taskbar button.active { - color: black; - background-color: #7f849c; - padding-left: 6px; - padding-right: 6px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button, -#taskbar button:hover { - color: black; - padding-left: 2px; - padding-right: 2px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - #pulseaudio-slider slider { min-width: 0px; min-height: 0px; |
